body {
  background-image: url(https://webredox.net/demo/wp/bauen/img/bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  background: #000000;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #B89564;

}

* {
  font-family: 'Times New Roman', Times, serif;
}






/***  loader  **/


.loader {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  transition: opacity 1.25s, visibility 1.25s;
}

.loader--hidden {
  opacity: 0;
  visibility: hidden;
}

.loader::after {
  content: "";
  width: 145px;
  height: 145px;
  border: 3px solid #dddddd00;
  border-radius: 50%;
  animation: loading 3s ease infinite;
  box-shadow: 5px 5px #BD9752;
}

@keyframes loading {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}










/****** form  ****/


.rrr {
  /*
    background-color: rgb(24, 24, 24);
    */
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  width: 100%;
}

.img1 {
  width: 70%;
  height: 60%;
  margin-top: 36.5%;
}


.but {
  width: 100px;
}





.login-box {
  position: absolute;
  top: 55%;
  left: 70%;
  width: 40%;
  height: auto;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .5);
  box-sizing: border-box;
  box-shadow: 5px 5px 9px #302e2c9a;
  border-radius: 10px;
}

.dd {
  margin: 0 0 40px;
  padding: 0;
  color: #B89564;
  text-align: center;
  position: absolute;
  z-index: 1;
  margin-left: 15%;
  margin-top: 9%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  text-shadow: 15px 15px 15px #B89564;
}

.ddd {
  margin: 0 0 40px;
  padding: 0;
  color: #B89564;
  text-align: start;
  position: absolute;
  z-index: 2;
  margin-left: 15%;
  margin-top: 20%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 13px;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.login-box .user-box .label {
  position: absolute;
  top: -15px;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


/****** efect form  ****/
.login-box .user-box input:focus~label,
.login-box .user-box input:valid~label {
  top: -20px;
  left: 0;
  color: #B89564;
  font-size: 12px;
}




@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}


@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}


@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}


@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}


.ww {
  margin-left: 1%;
  font-weight: 500;
}








@media (max-width:430px) {

  .img1 {
    display: none;
  }

  .ddd {
    display: none;
  }

  #salman {
    position: absolute;
    margin-left: -200px;
    margin-top: -150px;
  }

  .dd {
    padding-top: 70px;
    font-size: 25px;
  }

  .login-box {
    background: none;
    box-shadow: none;
  }

  footer {
    margin-top: 800px;
  }

  #maq {
    margin-left: 24%;
  }

  .ww {
    font-size: 13px;
  }

  #dwd {
    padding-top: 10px;
  }

  .rrr {
    height: 770px;
  }
}







/********************** footer *******************/

@media (max-width:430px) {

  .res6 {
    display: none;
  }

  #aad {
    width: 200px;
    margin-top: 20px;
    margin-left: 20%;
  }

  #aadd {
    margin-left: 30%;
    margin-bottom: 50px;
  }

  #hh11 {
    text-align: center;
  }
}

.mm {
  background-image: url(https://www4.0zz0.com/2024/04/23/16/944897325.png);
  background-repeat: no-repeat;
  background-color: black;
  color: white;
  padding: 4%;
  font-family: 'Times New Roman', Times, serif;
  border-top: 3px solid #B89564;
  border-bottom: 3px solid #B89564;
  font-weight: bold;
}

.ty {
  width: 30%;
  height: 60px;

}

.yaa {
  background-color: #00000000;
  border: none;
  border-bottom: 1px solid #B89564;
  width: 100%;
  height: 75%;
  border-radius: 5px;
  color: white;
}


.yaa::placeholder {
  color: rgba(128, 128, 128, 0.712);
  font-weight: bold;
}

.yas {
  font-weight: bold;
  color: #B89564;
}

.yae {
  height: 100px;
  width: 100%;
  border-radius: 5px;
  background-color: #00000000;
  border: none;
  border-bottom: 1px solid #B89564;
  color: white;
}

.yae::placeholder {
  color: rgba(128, 128, 128, 0.466);
  font-weight: bold;
  text-align: start;
}

.hh {
  color: #B89564;
}

.hr1 {
  background-color: #B89564;
  height: 2px;
}

.foot {
  text-decoration: none;
  color: white;
}

.foot:hover {
  text-decoration: none;
  color: #B89564;
  transition: 0.9s ease;
}

.hr2 {
  background-color: #B89564;
  width: 98%;
  height: 2px;
  margin-top: 1%;
}

.hh1 {
  color: #B89564;
  text-align: right;
  margin-top: 5%;
}



/*** button ***/


.fancy {
  background-color: white;
  border: 2px solid white;
  border-radius: 0;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 1.25em 2em;
  position: relative;
  text-decoration: none;
  text-transform: none;
  transition: all 0.7s ease-in-out;
  user-select: none;
  font-size: 13px;
  margin-left: 38%;
}

.fancy::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: black;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  display: flex;
}

.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: black;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: black;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}



.fancy:hover {
  color: white;
  background: black;
  text-decoration: none;
}

.fancy:hover::before {
  width: 0.9375rem;
  background: white;
}

.fancy:hover .text {
  color: white;
  padding-left: 1.5em;
}

.fancy:hover .top-key {
  left: -2px;
  width: 0px;
}

.fancy:hover .bottom-key-1 {
  right: 0;
  width: 0;
}


/*** end button ***/




.coder {
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}

.coder:hover {
  color: #B89564;
  text-decoration: none;
}

.coder:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #B89564;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.coder:hover:before {
  transform: scaleX(1);
}




/********************** footer end *******************/